@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
body{
    min-height: 700px;
}


.fr{
    float: right;
    display: inline;
}
.fl{
    float: left;
    display: inline;
}

.fade {
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fadeTop,
.fadeBottom {
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    left: 0;
    z-index: 99999999999999;
}

.fadeLogo {
    text-align: center;
    width: 100%;
}

.fadeC {
    position: absolute;
    z-index: 9999999999999;
    top: 14%;
    left: 0;
    width: 100%;
    text-align: center;
}

.fadeTop {
    top: 0;
}

.fadeBottom {
    bottom: 0;
}

.fadeLoading {
    display: inline-block;
    font-size: 0px;
    padding: 0px;
    position: relative;
    width: 62px;
    height: 270px;
}

.fadeLoading span {
    vertical-align: middle;
    border-radius: 100%;
    display: block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    animation: loader1 3s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

.fadeLoading span.span1 {
    width: 10px;
    height: 10px;
    background: #26b376;
}

.fadeLoading span.span2 {
    width: 16px;
    height: 16px;
    background: #f8b551;
}

.fadeLoading span.span3 {
    width: 7px;
    height: 7px;
    background: #26b376;
}

.fadeLoading span.span4 {
    width: 10px;
    height: 10px;
    background: #e60012;
}

.fadeLoading span.span5 {
    width: 4px;
    height: 4px;
    background: #26b376;
}

.fadeLoading span.span6 {
    width: 3px;
    height: 3px;
    background: #26b376;
}

@keyframes loader1 {
    0% {
        bottom: 0;
        opacity: 1
    }

    25% {
        bottom: 25%;
        opacity: 1
    }

    50% {
        bottom: 50%;
        opacity: 1
    }

    75% {
        bottom: 75%;
        opacity: 0.5
    }

    100% {
        bottom: 100%;
        opacity: 0
    }
}

/*首页框架 start */


.rightScroll {
    position: fixed;
    /*固定定位*/
    right: 30px;
    top: 50%;
    margin-top: -121px;
}

.rightScroll span {
    display: block !important;
    width: 14px;
    height: 14px;
    border: 2px #9c9c9c solid;
    margin-bottom: 25px;
    line-height: 99999999px;
    font-size: 16px;
    color: #00ad69;
}

.rightScroll .swiper-pagination-switch {
    background: none !important;
    position: relative;
}

.rightScroll span i {
    position: absolute;
    left: -30px;
    top: -15px;
    font-style: normal
}

.rightScroll .swiper-active-switch {
    height: 1px;
    width: 16px;
    background-color: #00ad69 !important;
    border: 1px #00ad69 solid;
    line-height: 30px;
}

.box {
    height: 100%;
    width: 100%;
    position: relative;
}

.page-next {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    z-index: 999;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s ease;
    animation: arrowDown 1s infinite linear;
    -webkit-animation: arrowDown 1s infinite linear;
}

/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 6px);
    }

    50% {
        -webkit-transform: translate(0, 0);
    }

    75% {
        -webkit-transform: translate(0, -6px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

.page-next:hover {
    /* transform: translateY(-4px); */
    animation: none;
}

.nextIco {
    height: 55px;
    width: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background: url(../images/pagenext.png) center center no-repeat;
    position: relative;
}

.box .nextIco:after {
    content: '';
    height: 7px;
    border-left: 3px solid darkorange;
    position: absolute;
    top: 3px;
    left: 14px;
    border-radius: 40%;
    animation: yishan infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
}

.page-next:hover .nextIco:after {
    content: '';
    height: 10px;
    width: 9px;
    border-left: none;
    background: url(../images/pagenext_h.png);
    position: absolute;
    top: 1px;
    left: 7px;
    border-radius: 0;
    animation: yishan infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
}

@keyframes yishan {
    0% {
        opacity: 1;
        display: block;
    }

    50% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

.box1Ico {
    position: absolute;
    top: 200px;
    left: 200px;
    height: 80px;
    width: 80px;
    background: #fff;
}

.section {
    height: 100%;
    width: 100%;
}

.box > .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.6, 0.2, 0.2, 0.6);
    transition-delay: 0.8s;
    height: 100%;
}

.stockCode {
    position: fixed;
    top: 22px;
    right: 0;
    padding: 0 0 0 38px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 95px;
    margin-right: 30px;
    z-index: 999999999999;
    background: url(../images/search.png) right center no-repeat;
}

.stockCode a {
    color: #fff;
    font-weight: 300;
}



#cnzz_stat_icon_1275486601 {
    position: relative;
    top: 2px;
}

.boxPage {
    width: 14px;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -60px;
    z-index: 999;
}

.boxArrow {
    width: 14px;
    height: 14px;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
}

.boxArrow span {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 60px;
    padding: 0 10px;
    color: #2285DF;
    font-size: 14px;
    text-align: center;
    transform: translateX(-6px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: 0.4s ease;
    position: absolute;
    background: #fff;
    margin-right: 12px;
    background: #fff;
    right: 15px;
    top: -10px;
}

.boxArrow span:after {
    background: url(../images/boxarrowbg.png) center center no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
    width: 12px;
    height: 35px;
}

.boxArrow i {
    display: block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: 2px solid;
    border-color: transparent;
}

.boxArrow i:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;

}

.boxArrow:hover span {
    transform: translateX(0px);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.boxArrow.active i {
    border-color: #0075c1;
}

.boxArrow.active i:after {
    height: 6px;
    width: 6px;
    margin-left: -3px;
    margin-top: -3px;
    background: #0075c1;
}

/*首页框架 end */
/*头部开始*/
#indexPage {
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
    transition-delay: 1s !important;
    transition-duration: 2s;
    width: 100%;
    height: 100%;
}

.aykjAnimate {
    visibility: hidden;
}

.aykjAnimate.active {
    visibility: visible;
}

.top {
    height: 90px;
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
    overflow: hidden;
    float: left;
    display: inline;
}

#logo {
    float: left;
    width: 226px;
    padding: 7px 5px 0 20px;
    background-color: #fff;
    position: relative;
}

#logo img {
    height: 79px;
    width: auto;
    transition: 0.4s ease;
}

#logo h5 {
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    text-align: center;
    color: #0075c1;
    font-size: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    display: none;
}

.no-touch #logo:hover img {
    visibility: hidden;
    opacity: 0;
}

.no-touch #logo:hover h5 {
    visibility: visible;
    opacity: 1;
}

.maskBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.6;
    display: none;
}

.top .title {
    height: 100%;
    padding: 0 20px;
    background-color: #fff;
    border-left: 1px solid #F0F0F0;
    float: left;
    overflow: hidden;
}

.top1 {
    background: #fff;
    z-index: 99999999;
    position: fixed;
    width: 100%;
}

.topT {
    overflow: hidden;
    height: 90px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
}

.topT .topSearch {
    overflow: hidden;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.7);
    padding-left: 65px;
    position: relative;
    right: -100%;
    transition-duration: 0.3s;
}

.topT .topSearch.show {
    right: 0;
}

.topSearch a {
    background: url(../images/topsearch.png) no-repeat left center;
    height: 90px;
    width: 26px;
    display: inline;
    float: left;
}

.topSearch1 {
    overflow: hidden;
    padding: 0 10px;
}

.topSearch1 .topInput {
    width: 100%;
    border: none;
    background: none;
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
}

.topSearch .topInput::-webkit-input-placeholder {
    color: #c7c7c7;
    /* placeholder颜色  */
    font-size: 16px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.top .title h4 {
    line-height: 80px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.menu {
    width: 90px;
    height: 56px;

    position: relative;
    cursor: pointer;
}

.menu i {
    display: block;
    border-bottom: 1px solid #fff;
    width: 45%;
    margin: 0 auto;
    padding-top: 16%;
    transition: 0.5s ease;
    transition-delay: 0.7s;
}

.menu.hover i {
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 0s;
}

.menuClose {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    transition: 0.3s ease;
    transform: translateX(-100px);
}

.menuClose .line {
    position: absolute;
    left: 0;
    border-bottom: 2px solid #fff;
    width: 100%;
    transition: 0.4s ease;
    top: 50%;
    transform-origin: 50% 50%;
    margin: 0 0 15px 0;
}

.menu.in .menuClose {
    transform: translateX(0);
}

.menu.in .line {
    transition-delay: 0.4s;
}

.menu.in .menuClose .line1 {
    top: 0;
    margin: 18px 0 0 0;
    transform: rotate(45deg);
    clear: none;
}

.menu.in .menuClose .line2 {
    bottom: 0;
    top: auto;
    transform: rotate(-45deg);
    clear: none;
}

.menu.out .menuClose .line {
    top: 50%;
    transition-delay: 0s;
}

.menu.out .menuClose .line1 {
    margin: 0;
    transform: rotate(0);
    clear: none;
}

.menu.out .menuClose .line2 {
    bottom: auto;
    transform: rotate(0);
    clear: none;
}

.menu.out .menuClose {
    transform: translateX(-100px);
    transition-delay: 0.5s;
}

.subMenuBox {
    overflow: hidden;
    position: relative;
    z-index: 99999999;
}

.subMenuBox .subMenu .menuCil1 {
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #ec3c4a;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 40%;
}

.subMenuBox .subMenu .menuCil2 {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #26b376;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 55px;

}
.subMenu dd.hover{
    
}
.subMenuBox .subMenu .menuCil3 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f8b551;
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 37px;
}

.subMenu .subMenuqp {
    width: 100%;
    opacity: 0;
    transform: scale(0.7) translateX(-30px);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.subMenu dd.hover .subMenuqp {
    opacity: 1;
    transform: scale(1) translateX(0);
}

.subMenuBox .subMenu .menuCil4 {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #26b376;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 60px;
}

.subMenu {
    padding-right: 30px;
}

.subMenu dd {
    padding: 0 20px;
    float: left;
    display: inline;
    position: relative;
}

.subMenu dd a {
    display: block;
    line-height: 90px;
    color: #666;
    font-size: 14px;
    transition: 0.4s ease;
}

.subMenu dd:hover a {
    color: #00ad69;
}

.subMenu dd.hover a {
    color: #0075c1;
}

.subMenu dd.hover i {
    -webkit-animation: arrow 1s infinite linear;
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 2px);
    }

    50% {
        -webkit-transform: translate(0, 0);
    }

    75% {
        -webkit-transform: translate(0, -2px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

/*menu开始*/
.logoBox {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    z-index: 5555;
}

.logoC {
    display: block;
    overflow: hidden;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    z-index: 55555;
}

.logoC img {
    display: block;
    height: 56px;
}

.scrollObj {
    position: relative;
}

.header {
    position: relative;
}

.header .nav-btn {
    position: fixed;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1000;
}

.header .nav-btn:after {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: intervalHamburgerBorder;
    animation-name: intervalHamburgerBorder;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

.nav-yuan {
    width: 61px;
    height: 61px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: relative;
    transform: scale(0.7);
}

.nav-yuan2 {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 18px;
    top: 18px;
}

.header .nav-btn .box {
    width: 26px;
    margin: 23px auto 0;
    height: 15px;
    display: block;
    position: relative;
}

.header .nav-btn .line {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #e8e8e8;
    position: absolute;
    right: 0;
    top: 7px;
}

.header .nav-btn .line-top {
    top: 1px;
    width: 18px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}

.header .nav-btn .line-bot {
    top: auto;
    bottom: 0;
    width: 18px;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.layui-layer{
    animation-delay: 0.3s;
    animation-duration: 0.8s;
}
.header .nav-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 999;
}

.header .nav-wrap .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/menub.png) no-repeat center center;
    background-size: 100% 100%;

}

#nav-canvas {
    position: relative;
    z-index: 9;
}

.header .nav-wrap .nav-bot-bg {
    width: 100%;
    height: 345px;
    display: block;
    background: url(../images/nav_bot_bg.png) center center repeat-x;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 10;
}

.header .nav-wrap .nav-bot-bg1 {
    width: 100%;
    height: 334px;
    display: block;
    background: url(../images/nav_bot_bg1.png) right center no-repeat;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 11;
    background-size: 100%;

}

.header .nav-wrap .logo-sec {
    display: block;
    width: 78px;
    height: 85px;
    position: absolute;
    top: 36px;
    left: 42px;
    z-index: 2;
}

.header .nav-wrap .list {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
}

.header .nav-wrap .list ul {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header .nav-wrap .list li {
    width: 14%;
    float: left;
    height: 100%;
    position: relative;
}

.header .nav-wrap .list .click-href {
    text-align: center;
    display: block;
    padding: 0px 35px 0;
    color: #fff;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    background: url(../images/hnav_line.png) center 265px no-repeat;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 372px;
}

.header .nav-wrap .list .click-href img {
    margin: 0 auto;
    display: inherit;
    padding-bottom: 55px;

}

.header .nav-wrap .list ul li.active .click-href {
    background: url(../images/nav_line.png) center 200px no-repeat;
}

.header .nav-wrap .list .click-href:hover {
    margin: -5px;
    text-decoration: none;
    color: #f8b62e;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
}

.header .nav-wrap .list li.active .click-href {
    margin: -5px;
    text-decoration: none;
    color: #f8b62e;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header .nav-wrap .list .click-href:hover .en-name {
    text-decoration: none;
}

.header .nav-wrap .list .box {
    text-align: center;
}

.header .nav-wrap .list .en-name {
    letter-spacing: 5px;
    display: block;
    line-height: 45px;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "times new roman";
}

.header .nav-wrap .list .cn-name {
    display: block;
    line-height: 26px;
    font-size: 22px;
    color: #8e6c4f;
    letter-spacing: 5px;
    margin: 5px 0 15px 0;
}

.header .nav-wrap .list ul li.active .em {
    display: block;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-style: normal;
}

.header .nav-wrap .list ul li .em {
    color: #c1c1c1;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 25px;
}

.header .nav-wrap .list ul li .i:hover {
    color: #00ad69 !important;
}

.header .nav-wrap .list a {
    display: block;
}

.header .nav-wrap .list ul li.active .i {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    line-height: 25px;
}

.header .nav-wrap .list ul li .i {
    color: #d1d1d1;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.header .nav-wrap .list ul li .ejtext a {
    color: #666666;
    font-size: 14px;
}

.header .nav-wrap .list .line {
    display: block;
    height: 1px;
    background-color: #fff;
    margin-top: 16px;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.header .nav-wrap .list .intr {
    display: block;
    line-height: 26px;
    color: #c6c6c8;
    margin-top: 9px;
    opacity: 0;
    filter: Alpha(opacity=0);
    font-family: arial;
}

.header .nav-wrap .list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -238px;
    right: 0;
    width: 1px;
    height: 457px;
    background-color: #8e8c8a
}
.header .nav-wrap .list li:last-child:after{
    display: none;
}
.header .nav-wrap .list li.active .click-href span {
    color: #00ad69;
    font-size: 18px;
    line-height: 15px;
    
}

.header .nav-wrap .list li .click-href span {
    color: #999999;
    font-size: 18px;
    margin-bottom: 10px;
    line-height:15px;
}

.menvClos .layui-layer-close2 {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    width: 60px !important;
    height: 60px !important;
    margin-left: 0 !important;
    z-index: 5555 !important;
    background: url(../images/close.png)no-repeat center center !important;
}

.item.inactive {
    transition: all 2s;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    opacity: 0;
    margin-left: -500px;
}

.mm-bg1 {
    width: 1920px;
    height: 1262px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 1;
}

.mm-pic1 {
    width: 738px;
    height: 793px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 156px;
    z-index: 2;
    transition-delay: 1s !important;
}

.item {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    opacity: 1;
    transition: all 2s;
}

#mm-inside {
    font: 12px/1.5 "å¾®è½¯é›…é»‘", Arial, sans-serif;
    background: url(../images/mm_bg.jpg) center top no-repeat #000000;
    height: 3830px;
}

.mm-main {
    width: 1200px;
    height: 1406px;
    margin: -350px auto 0;
    position: relative;
}

.mm-text1 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 3;
}

.mm-text2 {
    position: absolute;
    left: 50%;
    margin-left: 306px;
    top: 46px;
    z-index: 3;
}

.mm-pic5 {
    position: absolute;
    left: 50%;
    margin-left: -603px;
    top: 187px;
    z-index: 3;
}

.mm-pic2 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 257px;
    z-index: 4;
}

.mm-text3 {
    position: absolute;
    left: 50%;
    margin-left: 113px;
    top: 419px;
    z-index: 4;
}

.mm-pic3 {
    position: absolute;
    left: 50%;
    margin-left: -252px;
    top: 646px;
    z-index: 5;
}

.mm-pic4 {
    position: absolute;
    left: 50%;
    margin-left: 103px;
    top: 845px;
    z-index: 4;
}

.mm-text4 {
    position: absolute;
    left: 50%;
    margin-left: -390px;
    top: 1206px;
    z-index: 4;
}

.mm-panel {
    width: 100%;
    height: 434px;
    position: relative;
    top: 234px;
}

.mm-pic6 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.mm-text7 {
    position: absolute;
    left: 50%;
    margin-left: -508px;
    top: 139px;
    z-index: 1;
}

.mm-inside-cp {
    width: 1700px;
    height: 510px;
    position: relative;
    left: 50%;
    margin-left: -850px;
    top: 450px;
    z-index: 4;
}

.mm-bg2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
}

.mm-text5 {
    position: absolute;
    left: 250px;
    top: 120px;
    z-index: 4;
}

.mm-text6 {
    position: absolute;
    right: 250px;
    top: 136px;
    z-index: 4;
}

.mm-list {
    width: 1200px;
    position: absolute;
    left: 250px;
    bottom: 30px;
    z-index: 5;
}

.mm-link {
    color: #ffffff;
    font-family: arial;
    font-size: 14px;
    float: left;
}

.mm-link a {
    color: #ffffff;
    font-family: arial;
    font-size: 14px;
}

.mm-cp-p {
    color: #ffffff;
    float: right;
}

#yy-inside {
    font: 12px/1.5 "å¾®è½¯é›…é»‘", Arial, sans-serif;
    background: url(../images/yy_bg.jpg) center top no-repeat #000000;
    height: 3830px;
}

.yy-panel1 {
    width: 100%;
    height: 991px;
    position: relative;
}

.yy-bg1 {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 1;
}

.yy-pic1 {
    position: absolute;
    left: 50%;
    margin-left: -380px;
    top: 100px;
    z-index: 2;
    transition-delay: 1s !important;
}

.yy-text1 {
    position: absolute;
    left: 50%;
    margin-left: 50px;
    bottom: 170px;
    z-index: 2;
    transition-delay: 1s !important;
}

.yy-panel2 {
    width: 100%;
    height: 570px;
    position: relative;
    top: 70px;
}

.yy-pic3 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 1;
}

.yy-pic2 {
    position: absolute;
    left: 50%;
    margin-left: -498px;
    top: 88px;
    z-index: 2;
}

.yy-text2 {
    position: absolute;
    left: 50%;
    margin-left: 515px;
    top: 0;
    z-index: 1;
}

.yy-text3 {
    position: absolute;
    left: 50%;
    margin-left: 320px;
    bottom: 0;
    z-index: 1;
}

.yy-panel3 {
    width: 274px;
    height: 665px;
    position: relative;
    left: 50%;
    margin-left: -137px;
    top: 150px;
}

.yy-panel4 {
    width: 100%;
    height: 523px;
    position: relative;
    top: 300px;
}

.yy-bg2 {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
    z-index: 1;
}

.yy-pic5 {
    position: absolute;
    left: 50%;
    margin-left: -203px;
    bottom: 119px;
    z-index: 2;
}

.yy-inside-cp {
    width: 1700px;
    height: 510px;
    position: relative;
    left: 50%;
    margin-left: -850px;
    top: 440px;
    z-index: 4;
}

#jh-inside {
    font: 12px/1.5 "å¾®è½¯é›…é»‘", Arial, sans-serif;
    background: url(../images/jh_bg.jpg) center top no-repeat #000000;
    height: 3830px;
}

.jh-panel1 {
    width: 100%;
    height: 954px;
    position: relative;
}

.jh-bg1 {
    position: absolute;
    left: 50%;
    margin-left: -877px;
    top: 0;
}

.jh-pic1 {
    position: absolute;
    left: 50%;
    margin-left: -890px;
    top: 0;
    z-index: 2;
    transition-delay: 1s !important;
}

.jh-panel2 {
    width: 492px;
    height: 350px;
    position: relative;
    left: 50%;
    margin-left: -246px;
    top: 0;
}

.jh-panel3 {
    width: 100%;
    height: 549px;
    position: relative;
    top: 200px;
}

.jh-pic3 {
    position: absolute;
    left: 50%;
    margin-left: -429px;
    top: 187px;
}

.jh-pic2 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 2;
}

.jh-text2 {
    position: absolute;
    left: 50%;
    margin-left: 110px;
    top: 26px;
}

.jh-pic4 {
    position: absolute;
    left: 50%;
    margin-left: 102px;
    bottom: 14px;
}

.jh-panel4 {
    width: 100%;
    height: 1151px;
    position: relative;
    top: 200px;
}

.jh-pic5 {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.jh-pic6 {
    position: absolute;
    left: 50%;
    margin-left: -445px;
    top: 203px;
}

.jh-pic7 {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 519px;
}

.jh-pic8 {
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 835px;
}

.jh-inside-cp {
    width: 1700px;
    height: 510px;
    position: relative;
    left: 50%;
    margin-left: -850px;
    top: 200px;
    z-index: 4;
}

/*menu结束*/
/*menu开始*/

/*
* 主导航
*/

.headBox .wrap {
    position: relative;
    z-index: 2;
}

.menuBox {
    z-index: 9;
    position: relative;
}

.menuDl {
    position: relative;
    padding-right: 30px;
}

.menuDl dd {
    display: inline;
    float: left;
    padding: 0 5px;
    position: relative;
    z-index: 3;
    height: 85px;
}

.menuDl dd span a {
    display: block;
    height: 85px;
    overflow: hidden;
    line-height: 85px;
    color: #333333;
    font-size: 16px;
    position: relative;
    padding: 0px 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menuDl dd.hover span a {
    color: #2b2e95;

}

.menuDl dd span a i {
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #d6000f;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.menuDl dd.hover span a i {
    display: block;
}

.menuDl dd .div_a {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 108px;
    left: 0;
    z-index: 99;
    background: #fff;
    display: none;
}

.menuDl dd .div_a a {
    display: block;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 14px;
}

.menuDl dd .div_a a.hover {
    background: #fff
}

.menuDl dd .div_a a:hover {
    background: #fff
}

.subMenuDiv {
    display: none;
    width: 100%;
    position: absolute;
    /*left: 0px;*/
    top: 90px;
    /*opacity: 0;*/
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
}

.menuDl dd.hover .subMenuDiv {
    z-index: 3;
}

.menuDl dt {
    width: 100%;
    /*height: 2px;*/
    height: 3px;
    overflow: hidden;
    background-color: #2b2e95;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

.subMenu_ul {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.subMenuShadow {
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 50%;
    top: 0px;
    z-index: 1;
    width: 50000px;
    margin-left: -25000px;
}

.subMenu_ul li {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0px 5px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menuDl dd.hover .subMenu_ul li {
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
    0% {
        transform: translateY(-110%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.menuDl dd.hide .subMenu_ul li {
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(110%);
        opacity: 0;
    }
}

.subMenu_ul li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
    color: #2b2e95;
}

.half .subMenu_ul li a {
    font-size: 14px;
}

.subMenu_ul li a span {
    position: relative;
}

.subMenu_ul li a span em {
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #d6000f;
}

.subMenuR {
    width: 50%;
    overflow: hidden;
    padding: 20px 0px;
}

.menuTop {
    height: 90px;
    line-height: 90px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    padding-left: 340px;
}

.subMenuCont {
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

.listBg {
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.subMenuTop {
    height: 40px;
    line-height: 40px;
    display: none;
    font-size: 16px;
    color: #888;
    overflow: hidden;
    padding: 15px 0px 10px 50px;
}

.half {
    float: left;
    display: inline;
    width: 50%;
}

.half .subMenuTop {
    display: block;
}

.subMenuL {
    width: 50%;
    padding: 20px 0px;
}

.subMenuTxt {
    height: 250px;
    overflow: hidden;
    padding: 20px;
    margin: 0px 20px;
}

.subMenuLTop {
    display: none;
    text-align: center;
    font-size: 34px;
    color: #333;
    overflow: hidden;
}

.subMenuIntr {
    display: none;
    overflow: hidden;
    font-size: 14px;
    color: #404040;
    line-height: 25px;
}

.menuBg {
    display: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
    -webkit-animation: showMenu 0.5s linear forwards;
    -o-animation: showMenu 0.5s linear forwards;
    animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
    0% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

.subMenuDiv.hideMenu {
    -webkit-animation: hideMenu 0.5s linear forwards;
    -o-animation: hideMenu 0.5s linear forwards;
    animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
    0% {
        opacity: 0.2
    }

    100% {
        opacity: 0
    }
}


.headBox .topR {
    text-align: center;
}

.headBox .topR dl dd.hover {}

.headBox .topR img {
    height: 18px;
    width: 18px;

    margin: 0 auto;
    padding-bottom: 10px;
}

.headBox .topR span {
    display: block;
}

.searchT a {
    display: block;
    padding: 27px 20px 27px 20px;
    background: #f5f5f5;
}

.searchT a:hover {
    background-color: #2c2e92;
    transition: all 0.3s linear;
    color: #fff;
}

.searchT1 a:hover span {
    background: url(../images/toplog1.png) no-repeat top center;
}

.searchT2 a:hover span {
    background: url(../images/toplog3.png) no-repeat top center;
}

.searchT1 {
    overflow: hidden;
}

.searchT1 span {
    background: url(../images/toplog.png) no-repeat top center;
    padding-top: 20px;
}

.searchT2 {
    overflow: hidden;
}

.searchT2 span {
    background: url(../images/toplog2.png) no-repeat top center;
    padding-top: 20px;
}

.searchTab a {
    display: block;
    width: 22px;
    height: 100%;
    background: url(../images/search.png) center center no-repeat;
}

.search {
    position: relative;
    border: 1px solid #ddd;
    height: 33px;
    border-radius: 35px;
    margin: 35px 45px 0 0;
    display: none;
}

.search input {
    display: block;
    height: 33px;
    width: 300px;
    padding: 0px 30px;
    line-height: 33px;
    font-size: 12px;
    color: #999;
    border: none;
    background: none;
    box-sizing: border-box;
}

.serach_a {
    display: block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    margin-right: 10px;
    background: url(../images/search1.png) no-repeat center center;
}

.topHide {
    position: relative;
    height: 100px;
}

.animHide {
    opacity: 0;
}

.topLog {
    height: 90px;
}

.topLog dl dd {
    float: left;
    display: inline;
}

.topLog dl {
    overflow: hidden;
    padding: 0 55px 0 6px;
}

.topLog dl dd span {
    margin-right: 15px;
}

.topLog1 {
    background: url(../images/topphone_03.png) no-repeat center center;
    height: 90px;
    width: 23px;
    display: block;
}

.topLog2 {
    background: url(../images/topwx_05.png) no-repeat center center;
    height: 90px;
    width: 23px;
    display: block;
}

.topLog3 {
    background: url(../images/topqq_07.png) no-repeat center center;
    height: 90px;
    width: 23px;
    display: block;
}

.QR-code img {
    width: 30px;
    height: 30px;
    background-size: 100%;
    /*和父div同长宽*/
    position: absolute;
    /* 绝对定位，需要父级或者祖先元素有一个`position: relative`;*/
    right: 0p;
    /* 移动你想要的位置*/
    bottom: 20px;
    display: none;
    /* 默认关掉*/
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
}

.topLog dl dd:hover .QR-code img {
    display: block;
}

/*头部结束*/

/*menu开始*/
.menu2 {
    margin-right: 20px;
}

.menu1 dd .yj {
    overflow: hidden;
}

.menu1 dd .yj a {
    overflow: hidden;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 120px;
    transition: 0.3s linear;
}

.menu1 dd .ej {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    background: #ccc;
    display: none;
}

.menu1 dd.hover .yj a {
    background: #005c9a;
    color: #FFF;
}

.menus {
    background-color: #0074c3;
    height: 50px;
    position: relative;
    z-index: 50;
}

.menu {
    position: relative;
    height: 50px;
}

.menu1 {
    display: flex;
    background: #0074c3
}

.menu1 dd {
    flex: 1;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.menu3 {
    margin-right: 40px;
}

.menu1 dd .ej a {
    display: block;
    line-height: 25px;
    padding: 5px 0;
    text-align: center;
}

.menu1 dd a:hover {
    background: #005c9a;
}

/*menu结束*/
/*indexBanner开始*/
.banner {
    height: 100%;
    width: 100%;
}

.banner .swiper-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    transition-timing-function: cubic-bezier(0.71, 0.23, 0.22, 0.81);
    transition-delay: 1s;
}

.banner .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
}

.banner .bnrSlide {
    transform-origin: center center 0;
    transition: transform 2s ease, opacity .8s ease, visibility .8s ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: perspective(600px) rotateX(5deg) rotateY(-5deg) scale(.9);
    position: relative;
    transition-delay: 0.7s;
}

.banner .swiper-slide-active .bnrSlide {
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
    -webkit-transform: ;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.banner .banner1 .bnrSlide {
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
    -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
}

.banner .pagination {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 999;
    width: 100%;
    text-align: center;
    font-size: 0;
    display: none;
}

.banner .pagination span {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    margin: 0 10px;
}

.banner .pagination span.swiper-active-switch {
    background: #fff;
}

.banner .swr-page {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: 999;
    font-size: 14px;
    color: #fff;
    left: 50px;
    padding-left: 40px;
    display: none;
}

.banner .swr-page:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    margin-top: -1px;
    border-bottom: 2px solid #fff;
}

.bnr-prevBtn,
.bnr-nextBtn {
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    cursor: pointer;
}

.bnr-prevBtn {
    left: 0;
}

.bnr-nextBtn {
    right: 0;
}

.banner .bnr-prev,
.banner .bnr-prev1,
.banner .bnr-next,
.banner .bnr-next1 {
    position: absolute;
    top: 50%;
    height: 63px;
    width: 63px;
    background: #0075c1;
    margin-top: -32px;
    cursor: pointer;
    transition: 0.4s ease;
}

.banner .bnr-prev,
.banner .bnr-prev1 {
    left: -65px;
    background: url(../images/bnr-prev.png) center center no-repeat;
}

.banner .bnr-next,
.banner .bnr-next1 {
    right: -65px;
    background: url(../images/bnr-next.png) center center no-repeat;
}

.bnr-prevBtn:hover .bnr-prev,
.bnr-prevBtn:hover .bnr-prev1 {
    left: 50px;
}

.bnr-nextBtn:hover .bnr-next,
.bnr-nextBtn:hover .bnr-next1 {
    right: 50px;
}

.banner .bnr-prev {
    display: none;
}

.banner .bnr-next1 {
    display: none;
}

.bnrTit {
    height: 54px;
    text-align: center;
    font-size: 46px;
    color: #fff;

}

.bnrInfr {
    font-size: 18px;
    line-height: 30px;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.bnrInfr1 {
    width: 1200px;
    font-size: 36PX;
    line-height: 80PX;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.bnrInImg {
    background: url(../images/aboutsmore.png) no-repeat center center;
    position: absolute;
    height: 60px;
    width: 60px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    bottom: 16.1481%;
}

.bnrInImg a {
    height: 60px;
    width: 60px;
    display: inline-block;
}
.bnrTitimg{
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    height: 37px;
    width: 530px;
    margin-right: 70px;
}
.banner1 .bnrTit {
    color: #fff;
    font-size: 48px;
    line-height: 28px;
    animation-delay: 0.3s;
}

.banner1 .bnrInfr {
    color: #fff;
    font-size: 52px;
    line-height: 80px;
    font-weight: bold;
}

.groupData {
    text-align: center;
    font-size: 0;
}

.groupData .dataTitle span {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: url(../images/more2.png) no-repeat right center;
    padding-right: 60px;
}

.groupData .dataTitle:hover span {
    color: #00ad69;
}

.groupData dd {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    margin: 0 25px;
    transition: 0.6s ease;
}

.groupData .dataNum span {
    font-size: 26px;
    display: block;
    height: 32px;
    padding-top: 14px;
}

.groupData .dataNum em {
    font-size: 14px;
}

.groupData .dataNum {
    border-radius: 50%;
    background: url(../images/dataline.png) center center no-repeat;
    height: 79px;
    width: 79px;
    position: relative;
}

.groupData .dataTitle {
    font-size: 14px;
    padding-top: 10px;
}

.groupData i {
    position: absolute;
    display: block;
    height: 0;
    width: 40px;
    transition: 0.4s ease-in-out;
}

.groupData .lineL {
    bottom: 0;
    left: 0;
    background: url(../images/datalinel.png) left bottom no-repeat;
    transition-delay: 0s;
}

.groupData .lineR {
    top: 0;
    right: 0;
    background: url(../images/dataliner.png) right top no-repeat;
    transition-delay: 0.4s;
}

.groupData dd:hover {
    color: #085194;
}

.groupData dd:hover .lineL {
    height: 79px;
    transition-delay: 0.4s;
}

.groupData dd:hover .lineR {
    height: 79px;
    transition-delay: 0s;
}

.groupData dd:nth-of-type(2) {
    animation-delay: 0.2s;
}

.groupData dd:nth-of-type(3) {
    animation-delay: 0.4s;
}

.groupData dd:nth-of-type(4) {
    animation-delay: 0.6s;
}

.groupData dd:nth-of-type(5) {
    animation-delay: 0.8s;
}

.groupData dd:nth-of-type(6) {
    animation-delay: 1s;
}

.ytLogo {
    display: inline-block;
    background: url(../images/bnrlogo.png) left center no-repeat;
    width: 105px;
    height: 26px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.ytLogo:after {
    border-right: 1px solid #fff;
    content: '';
    position: absolute;
    right: 0;
    height: 18px;
    top: 50%;
    margin-top: -9px;

}

/*indexBanner结束*/
/*indexBanner1 strat*/
.indexBanner1 .bnrInfr {
    font-size: 15px !important;
    line-height: 36px !important;
    color: #fff;
}

/*indexBanner end*/
/*第一通栏start*/
.notice1 {
    padding: 0px 20px;
}

/*.column1 {
	height: 45px;
	padding: 20px 0px;
}*/
.notice {
    height: 45px;
    background-color: #fff;
}

.noticeLF {
    background: url(../images/lb.png) no-repeat left center;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
}

.noticeLF span {
    margin-left: 29px;
}

.noticeList1 {
    overflow: hidden;
}

.noticeList1 dd {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    float: left;
    width: 435px;
    margin-right: 90px;
}

.noticeList1 dd a {
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.noticeList1 dd a em {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #777;
    float: left;
    display: inline;
    margin: 23px 10px 0 0;
}

.noticeList1 dd span {
    float: right;
    display: inline;
    overflow: hidden;
    font-size: 14px;
}

.noticeList1 dd:hover a {
    color: #0074c3;
}

.noticeFR {
    position: relative;
    overflow: hidden;
    padding: 0 30px 0 60px;
}

.noticeFR .bd {
    overflow: hidden;
}

.noticeTe {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -5px;
}

.noticeTe a {
    font-size: 14px;
    cursor: pointer;
}

.noticeTe .prev {
    background: url(../images/left3.png) no-repeat center center;
    width: 6px;
    height: 12px;
    display: block;
    float: left;
    display: inline;
}

.noticeTe .next {
    background: url(../images/right3.png) no-repeat center center;
    width: 38px;
    height: 12px;
    display: block;
}

/*第一通栏end*/

/*第二通栏关于我们start*/
.aboutBg {
    background: url(../images/aboutbanner.png) no-repeat center center !important;
}

.aboutBgLeft {
    height: 100%;
    padding-left: 30px;
    position: relative;
    z-index: 9;
    padding-right: 140px;
}

.aboutBgLeft1 {
    position: absolute;
    height: 40% !important;
}

.aboutBgLeft1 .newsTit span {
    color: #fff !important;
}

.newsTit .newsTitsp2 {
    color: #333 !important;
}

.aboutBgLeft1 .bisPhrase1 {
    color: #fff !important;
    background: url(../images/proright.png) no-repeat right center !important;
}

.aboutBgLeft1 .bisPhrase1 a {
    color: #fff !important;
}

.aboutLine {
    background: url(../images/aboutline.png) no-repeat center center;
    position: relative;
    bottom: 270px;
}

.aboutLine a {
    height: 174px;
    display: inline-block;
    overflow: hidden;
    width: 122px;
    position: relative;
    left: 47%;
    top: 70px;
}

.aboutBgLeft .bisPhrase1 {
    color: #666666;
    font-size: 14px;
    position: relative;
    z-index: 9;
    background: url(../images/more1.png) no-repeat right center;
    width: 115px;
}

.aboutBgLeft .bisPhrase1 a {
    display: inline-block;
    width: 115px;
}

.aboutBgLeft .bisPhrase1 a:hover {
    color: #26b376 !important;
}

.aboutBgLeft .newsTit span {
    font-size: 30px;
    color: #999;
    line-height: 60px;
    display: block;
    text-transform: uppercase;
}
.coop .aboutBgLeft .newsTit span{
    font-size: 30px!important;
    line-height: 60px!important;
}
.aboutImg {
    height: 430px;
    width: 1150px;
    overflow: hidden;
    padding-top: 10%;
}

.aboutBgRight {

    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.aboutText1{
    animation-delay: 0.3s;
    overflow: hidden;
        padding-top: 95px;
    padding-left: 95px;
}
.aboutText2 {
    text-align: center;
    padding-top: 30px;
    animation-delay: 0.6s;
    overflow: hidden;
    padding-left: 85px;
}

.aboutText2 dl {
    overflow: hidden;

}

.aboutText2 dl dd {
    float: left;
    display: inline;
    padding-right: 8%;

}

.aboutText2 dl dd .MessT1 {
    font-size: 48px;
    line-height: 48px;
    color: #00ad69;
    margin: 0 auto;
    height: 72px;
}
.aboutText2 dl dd .MessT3{
    font-size: 14px!important;
    line-height: 28px!important;
    color: #666666!important;
    display: inline-block;
}
.aboutText {
    overflow: hidden;
    position: relative;
}
.aboutTextImg{
    position: relative;
    float: left;
    display: inline;
    width: 480px;
    overflow: hidden;
    height: 430px;
}
.aboutText .aboutTextImg .aboutTextImg1{
    background: url(../images/aboutsimg1.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 478px;
    height: 395px;
    z-index: 999;
}
.aboutText .aboutTextImg .aboutTextImg2{
    width: 110px;
    height: 110px;
    background-color: #f00;
    position: absolute;
    top: 0px;
    right: 30px;
    z-index: 9999;
    border-radius: 100%;
    opacity: 0.9;
}
.aboutText .aboutTextImg .aboutTextImg3{
    width: 338px;
    height: 338px;
    background-color: #fdb726;
    position: absolute;
    bottom: 0px;
    left: 60px;
    z-index: 99;
    border-radius: 100%;
}
.aboutText .aboutTextImg .aboutTextImg4{
    width: 264px;
    height: 264px;
    background-color: #00ad69;
    position: absolute;
    top: 12%;
    left: 0px;
    z-index: 99;
    border-radius: 100%;
}
.aboutText2 dl dd span {
    position: relative;

}
.aboutText1 .aboutText1sp {
    font-size: 30px;
    line-height: 28px;
    color: #333;
    display: block;
    padding-bottom: 20px;
}

.aboutText1 .aboutText1sp1 {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    display: block;
}

.aboutText2 dl dd .MessT2 {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    padding-top: 18px;
    display: block;
}

.MessT1 i {
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 56px;
    color: #999999 !important;
    padding-left: 15px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
/*全景展示start*/
.panorama1 {
    background: url(../images/qjbanner_02.png) no-repeat center center;
    height: 100%;
    position: relative;
    min-width: 1280px;
}
.panorama1 .newsTit span{
    font-size: 30px;
    line-height: 60px;
    color: #666666!important;
}

.panorama1Right {
    position: relative;
    height: 100%;
    overflow: hidden;
        right: 8%;
}
.panorama1 .newsTit .newsTitsp2 {
    font-size: 40px!important;
    line-height: 72px!important;
    color: #fff;
}
.aboutBgLeft .writes span {
    color: #fff !important;
}

.aboutBgLeft .writes1 {
    background: url(../images/proright.png) no-repeat right center !important;
}

.aboutBgLeft .writes1 a {
    color: #fff;
}






.basedT {
    text-align: center;
    position: relative;
    top: 30%;
}

.basedT1 {
    position: relative;
    top: 26%;
}

.basedT .three {
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}

.basedT .four {
    display: block;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    padding-bottom: 45px;
}

.basedT .five {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: url(../images/720.png) no-repeat top center;
    padding-top: 40px;
}

@-webkit-keyframes based {
    0% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
}

@keyframes based {
    0% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(5px, -9px);
        transform: translate(5px, -9px);
    }
}

@-webkit-keyframes based {
    0% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
}

@keyframes based {
    0% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-5px, 9px);
        transform: translate(-5px, 9px);
    }
}

/*全景展示end*/
/*合作start*/
.coopRight {
    position: relative;
    overflow: hidden;
}
.coopRight1{
    position: relative;
    width: 75%;
}
.coopRightTL {
    position: relative;
  
    animation-delay: 0s;;
}

.coop {
    position: relative;
    height: 100%;
    min-width: 1280px;
    padding-right: 120px;
}

.coop1 {
    position: absolute;
    top: 0;
    left: 0px;
}

.coopRightT .coopRightTL dl {
    overflow: hidden;coopRightTR
}

.coopRightT .coopRightTL dl dd span {
    
    display: block;
    font-size: 14px;
    line-height: 72px;
    color: #666;
    padding-left: 60px;
    position: relative;
}
#cnzz_stat_icon_1277771702{
    position: absolute;
    bottom: 26px;
    right: -11px;
}
.coopRightB {
    overflow: hidden;
}
.coopRightTR{
    animation-delay: 0.2s;
}
.coopRightTR .coopewm1 {
    width: 192px;
    height: 197px;
    padding-right: 30px;
    background: url(../images/ewmbg.png) no-repeat center center;
}
.coopRightTR .coopewm1 img{
    height: 177px;
    padding: 10px 25px;
}
.coopRightTR .coopewm2 img{
    height: 177px;
    padding: 10px 25px;
}
.coopRightTR .coopewm2 {
    width: 192px;
    height: 197px;
    padding-right: 30px;
    background: url(../images/ewmbg.png) no-repeat center center;
}
.coopRightTR .coopewm2:after{
    
}
.coopRightT {
    overflow: hidden;
}
.coopRightBdl{
    overflow: hidden;
    margin-right: -10px;
}
.coopRightB .coopRightBdl dt {
   float: left;
    display: inline;
    width: 50%;
    position: relative;
    animation-delay: 0.4s;
}
.coopRightB .coopRightBdl dt .con{
    position: relative;
    margin-right: 10px;

}
.coopRightB .coopRightBdl dt .con .pic{
    position: relative;
}
.coopRightB .coopRightBdl dt .con .pic:after{
   display: block;
    content: "";
    padding-top: 65.9%;
}
.coopRightB .coopRightBdl dt .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.coopRightB .coopRightBdl dt .con .sp1{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 5;
}
.coop_icon1{
    background: url(../images/coop_icon1.png) no-repeat center center;
    position: absolute;
    bottom: 48px;
    right: 48px;
    height: 50px;
    width: 50px;
}
.coop_icon2{
    background: url(../images/coop_icon2.png) no-repeat center center;
    position: absolute;
    bottom: 48px;
    right: 48px;
    height: 50px;
    width: 50px;
}
.coop_icon3{
    background: url(../images/coop_icon3.png) no-repeat center center;
    position: absolute;
    bottom: 48px;
    right: 48px;
    height: 50px;
    width: 50px;
}
.coopRightB .coopRightBdl dd {
   float: left;
    display: inline;
    width: 50%;
    position: relative;
}
.coopRightB .coopRightBdl dd .con{
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;

}
.coopRightB .coopRightBdl dd .con .pic{
    position: relative;
}
.coopRightB .coopRightBdl dd .con .pic:after{
   display: block;
    content: "";
    padding-top: 32%;
}
.coopRightB .coopRightBdl dd .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.coopRightB .coopRightBdl dd .con .sp1{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 5;
}

.coopRightB .coopRightBdl .dd1 {
    float: left;
    display: inline;
    position: relative;
    overflow: hidden;
    animation-delay: 0.5s;
}

.coopRightB .coopRightBdl .dd2 {

    height: 170px;
    float: left;
    display: inline;
    width: 50%;
    position: relative;
    animation-delay: 0.6s;
}
.coopRightBdl a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.coopRightB .coopRightBdl span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.coopRightB .coopRightBdl .sp1 {
    padding: 20px 0 0 30px;
}
.coopRightBdl {
    position: relative;
    overflow: hidden;
}
.coopRightB .coopRightBdl .sp2 {
    font-size: 20px;
}

.coopRightB .coopRightBdl img {
    position: absolute;
    bottom: 34px;
    right: 47px;
}

.indexFooter {
    height: 80px;
    background-color: #f3f5f8;
    width: 100%;
}

.indexFooter .indexFootersp {
    background: url(../images/pic.gif) no-repeat right center;
    padding-right: 60px;
}

@media screen and (max-width:1366px) {
	.coop .aboutBgLeft{
		padding-right: 100px;
	}
}
@media screen and (max-width:1300px) {
	.coop .aboutBgLeft{
		padding-right: 80px;
	}
}
*{outline:none;}
div{border:none}
/*合作end*/
/**/
/*新闻中心start*/
.panorama {
    background: #fcfcfc;
    height: 100%;
    min-width: 1280px;
}

.box2 {
    background: url(../images/box2bg.jpg) center center no-repeat;
    background-size: cover;
}

.newsLeft {
    height: 100%;
    padding: 0 79px 0 80px;
}

.newsTit h3 {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
}

.newsTab {
    padding-top: 45px;
}

.newsTab a {
    display: block;
    height: 40px;
    width: 140px;
    border: 1px solid #959da5;
    line-height: 40px;
    color: #959da5;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s ease;
    border-radius: 3px;
    font-size: 14px;
}

.newsTab a:hover,
.newsTab a.active {
    color: #fff;
    background: #00ad69;
    border-color: #00ad69;
}

.newsRight {
    height: 100%;
    overflow: hidden;
    padding-right: 8%;
}

.newsRight .swiper-wrapper {
    height: 100%;
}

.newsList {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.newsList .slick-list,
.newsList .slick-track,
.newsList .news-slide {
    height: 100%;
    outline: none;
}

.newsList .listBox {
    transition: 0.4s ease;
    position: relative;
    top: 0;
}

.newsList .listTit {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    height: 26px;
    transition: 0.4s ease;
    transition-delay: 0.4s;
}

.newsList .listTit a {
    color: #fff;
}

.newsList .listTime {
    font-size: 16px;
    color: #b2b2b2;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
}

.newsList .listTime .listTimesp1 {
    font-size: 48px;
    line-height: 24px;
    color: #00ad69;
}

.newsList .listTime .listTimesp2 {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.newsList .listInfr .listInfrsp {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    display: block;
    overflow: hidden;
    height: 24px;
    margin-bottom: 15px;
}

.newsList .listInfr .listInfrsp1 {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    display: block;
    overflow: hidden;
    height: 76px;
}

.newsList .listTime:after {
    content: '';
    display: block;
    border-bottom: 1px solid #dedede;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.4s ease;
    transition-delay: 0.3s;
}
.newsList .listTime:before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -5px;
    left: 0;
    background-color: #00ad69;
    border-radius: 100%;
    z-index: 9;
    display: none;
    transition-delay: 0.8s;
    transition: 0.4s ease;
}
.newsList .listInfr {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 24px;
    height: 130px;
    padding-top: 9%;
    overflow: hidden;
}

.myDotsright {
    position: absolute;
    bottom: 8%;
    right: 0;
}

.myDotsright span {
    background: url(../images/more1.png) no-repeat center center;
    font-size: 14px;
    color: #666666;
}

.myDotsright span a {
    width: 171px;
    display: inline-block;
}

.myDotsright :hover a {
    color: #00ad69 !important;
}

.newsList .listImg {
    padding-top: 35px;
    position: relative;
    top: 0;
    transition: 0.4s ease;
}

.newsList .listImg a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.newsList .listImg .imgBox {
    height: 270px;
    background-size: cover !important;
}

.newsList .listImg .imgBox img {
    display: block;
    height: 100px;
    width: 200px;
}

.newsListBox {
    padding: 0 30px;
    position: relative;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.news-slide + .news-slide .newsListBox:after {
    position: absolute;
    content: '';
    top: 25%;
    border-right: 1px solid #757c82;
    height: 50%;
    left: 0;
    display: none;
}

.newsListBox:hover {
    background: rgba(252, 252, 252, 0.95);
    background: #fff/;
    transition: 0.3s ease;
}

.newsListBox:hover:after {
    display: none;
}

.newsList1 .listBox .listMore {
    padding-top: 43px;
    height: 34px;
    transition: 0.4s ease;
}

.newsList1 .listBox .listMore a {
    display: block;
    width: 115px;
    height: 32px;
    border: 1px solid #999;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
    transition: 0.3s ease;
}
.newsList1 .listBox .listMore a:hover{
    border: 1px #00ad69 solid;
    background-color: #00ad69;
    color: #fff;
}
.newsListBox:hover .listBox {
    top: 330px;
}

.newsListBox:hover .listTit {
    white-space: normal;
    height: 52px;
}

.newsListBox:hover .listTit a {
    color: #333;
}

.newsList1 .listTit a:hover {
    color: #2285DF;
}

.newsListBox:hover .listImg {
        top: -300px;
}


.newsListBox:hover .listInfr {
    color: #666;
}

.newsListBox:hover .listMore {
    padding-top: 20px;
    height: 22px;
}

.newsListBox:hover .listTime:after {
    width: 100%;
    border-bottom: 1px solid #00ad69;
}
.newsListBox:hover .listTime:before{
    display: block;
}

.newsList1 .listBox .listMore a:hover {
    transform: translateX(3px);
}

.newsList1 .slick-dots {
    position: absolute;
    bottom: 8%;
    right: 0%;
    height: 25px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.newsList .slick-dots li {
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    background-color: #00ad69;
    cursor: pointer;
    vertical-align: middle;
}

.newsList .slick-dots li.slick-active {
    background: url(../images/cicle_icon.png) no-repeat center center !important;
    background: none;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
}

.newsList .slick-dots li.slick-active {

    text-align: center;
}

.newsList .slick-dots li.slick-active span {
    display: inline-block;
}

.newsList .slick-dots li span {
    line-height: 25px;
    display: none;
}

.newsList .slick-arrow {
    position: absolute;
    bottom: 12%;
    height: 16px;
    width: 9px;
    cursor: pointer;
    margin: 2px 0 0 0;
    z-index: 9;
    display: none !important;
}

.newsList .slick-arrow.next {
    background: url(../images/box2next.png) center center no-repeat;
    left: 51%;
    margin-left: 28px;
}

.newsList .slick-arrow.prev {
    background: url(../images/box2prev.png) center center no-repeat;
    left: 51%;
}

.newsRight .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

。

/*.newsList2 .newsListBox:hover .listBox{
	top: 0;
}
.newsList2 .listTit{
	height: 52px;
	white-space: normal;
}
.newsList2 .listBox{
	padding-top: 40%;
}
.newsList2 .listInfr{
	height: 120px;
}*/
.newsRight .newsPrev,
.newsRight .newsNext {
    height: 80px;
    width: 36px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.newsRight .newsPrev {
    background: url(../images/newsprev.png);
    left: -36px;
}

.newsRight .newsNext {
    background: url(../images/newsnext.png);
    right: -36px;
}

.newsRight .swiper-slide:hover .newsPrev {
    left: 0;
}

.newsRight .swiper-slide:hover .newsNext {
    right: 0;
}

.mediaList {
    overflow: hidden;
    padding-top: 40px;
    margin-right: 30px;
}

.mediaList dd {
    float: left;
    display: inline;
    width: 25%;
    margin-bottom: 30px;
    transform: translate(10px, 10px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
}

.mediaList dd a {
    display: block;
    margin: 0 15px;
    color: #666;
    padding: 20px;
    transition: 0.4s ease;
    border-radius: 3px;
    background: #fff;
}

.mediaList .listTit {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.4s ease;
}

.mediaList .listTime {
    transition: 0.4s ease;
}

.mediaList .listTime span {
    font-size: 12px;
    padding-right: 2px;

}

.mediaList dd.hover {
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=100);
}

/*.mediaList dd.bg1 a{background: #bfad9c;color: #857464; }
.mediaList dd.bg2 a{background:#f1eee9 ;color:#988c78 ;}
.mediaList dd.bg3 a{background:#fde4d2 ;color:#96725a ;}
.mediaList dd.bg4 a{background:#e9ece5 ;color:#6f7765 ;}
.mediaList dd.bg5 a{background:#e2e3de ;color:#969a87 ;}
.mediaList dd.bg6 a{background:#d2cfcd ;color:#7d746d ;}
.mediaList dd.bg7 a{background:#faecdf;color:#a29488 ;}
.mediaList dd.bg8 a{background:#f1eee9 ;color:#817869 ;}
.mediaList dd.bg9 a{background:#ede6f5 ;color:#988fa2 ;}
.mediaList dd.bg10 a{background:#fde4d1 ;color:#96725a ;}
.mediaList dd.bg11 a{background:#f1eee9 ;color:#988c78;}
.mediaList dd.bg12 a{background:#dbd8d6 ;color:#877a70 ;}
.mediaList dd.bg13 a{background: #bfad9c;color: #857464;  }
.mediaList dd.bg14 a{background:#f1eee9 ;color:#988c78 ;}
.mediaList dd.bg15 a{background:#fde4d2 ;color:#96725a ;}
.mediaList dd.bg16 a{background:#e9ece5 ;color:#6f7765 ;}
.mediaList dd.bg17 a{background:#e2e3de ;color:#969a87 ;}
.mediaList dd.bg18 a{background:#d2cfcd ;color:#7d746d ;}*/

.mediaList dd.bg1 a {
    background: #907c6a;
    color: #fff;
}

.mediaList dd.bg2 a {
    background: #b0a38d;
    color: #fff;
}

.mediaList dd.bg3 a {
    background: #9e8776;
    color: #fff;
}

.mediaList dd.bg4 a {
    background: #83946d;
    color: #fff;
}

.mediaList dd.bg5 a {
    background: #8e9670;
    color: #fff;
}

.mediaList dd.bg6 a {
    background: #aca39d;
    color: #fff;
}

.mediaList dd.bg7 a {
    background: #b9aa9d;
    color: #fff;
}

.mediaList dd.bg8 a {
    background: #aca392;
    color: #fff;
}

.mediaList dd.bg9 a {
    background: #a092b0;
    color: #fff;
}

.mediaList dd.bg10 a {
    background: #cdb29d;
    color: #fff;
}

.mediaList dd.bg11 a {
    background: #b0a899;
    color: #fff;
}

.mediaList dd.bg12 a {
    background: #7c7e7e;
    color: #fff;
}

.mediaList dd.bg2 {
    transition-delay: 0.1s
}

.mediaList dd.bg3 {
    transition-delay: 0.2s
}

.mediaList dd.bg4 {
    transition-delay: 0.3s
}

.mediaList dd.bg5 {
    transition-delay: 0.4s
}

.mediaList dd.bg6 {
    transition-delay: 0.5s
}

.mediaList dd.bg7 {
    transition-delay: 0.6s
}

.mediaList dd.bg8 {
    transition-delay: 0.7s
}

.mediaList dd.bg9 {
    transition-delay: 0.8s
}

.mediaList dd.bg10 {
    transition-delay: 0.9s
}

.mediaList dd.bg11 {
    transition-delay: 1s
}

.mediaList dd.bg12 {
    transition-delay: 1.1s
}

.mediaList dd a:hover {
    transform: translateY(-4px);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.3);
}

/*第二通栏start*/
.column3 {
    background: url(../images/column2_banner_06.png) no-repeat center center;
    background-size: cover;
}

.column3 .columnTitle span {
    color: #fff;
}

.about4Slide {
    height: 554px;
    position: relative;
}

.about4Slide .bd {
    height: ;
    overflow: hidden;
}

.about4Slide dd {
    height: 500px;
    width: 25%;
    float: left;
    display: inline;
    position: relative;
}

.about4Slide .list_a {
    width: 100%;
    height: 22px;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.dd0 .list_a {
    left: 40px;
    top: 213px;
}

.dd1 .list_a {
    left: 40px;
    top: 175px;
}

.dd2 .list_a {
    left: 40px;
    top: 240px;
}

.dd3 .list_a {
    left: 144px;
    top: 180px;
}

.developmentYear {
    font-size: 48px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.down .developmentYear {
    top: 45px;
}

.up .developmentYear {
    top: -65px;
}

.hide .developmentYear {
    opacity: 0;
}

.show .developmentYear {
    opacity: 1;
}

.about4_dl dd.active .developmentYear {
    font-weight: bold;
}

.point {
    display: block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    animation-delay: 0.8s;
    animation-duration: 0.8s;
}

.point:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 6px solid rgba(38, 179, 118, 0.5);
    position: absolute;
    left: -6px;
    top: -6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*.down .point{
    top: 0px;
}
.up .point{
    bottom: 0px;
}*/
.about4_dl dd.active .point {
    width: 100px;
    height: 100px;
    left: -5px;
    margin-top: -45px;
    background-color: #26b376;
}

.about4_dl dd.active .point i {
    color: #fff;
}

.about4_dl dd .point i {
    font-size: 20px;
    color: #26b376;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -25px;
    font-style: normal;
}

.about4_dl dd.active .point:after {
    visibility: visible;
    opacity: 1;
}

/*.about4_dl dd.on.down .point{
    top: 0px;
}
.about4_dl dd.on.up .point{
    bottom: 0px;
}*/
.row {
    overflow: hidden;
    position: relative;
    padding-top: 235px;

}

.row .wrap {
    position: relative;
    z-index: 3;
}

.rowTitBox {
    overflow: hidden;
}

.rowTit_ch {
    overflow: hidden;
    font-size: 36px;
    color: #454545;
    line-height: 40px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.rowTit_ch:after {
    display: block;
    content: "";
    overflow: hidden;
    width: 30px;
    height: 2px;
    background: #0068b7;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -15px;
}

.c_fff {
    color: #fff;
}

.rowBgBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.rowMore {
    display: block;
    width: 180px;
    height: 45px;
    overflow: hidden;
    margin: 0px auto;
    background: #ddd;
    font-size: 14px;
    color: #666;
    border-radius: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.rowMore.hover {
    background: #0068b7;
    color: #fff;
}

.about1 .rowTit_ch {
    text-align: left;
}

.about1 .rowTit_ch:after {
    left: 0px;
    margin-left: 0px;
}

.about1L {
    width: 675px;
    overflow: hidden;
}

.about1LDeta {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 224px;
}

.aboutR {
    overflow: hidden;
    width: 470px;
    height: 590px;
    overflow: hidden;
}

.aboutDataBox {
    width: 1060px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    background: #fff;
    text-align: center;
    font-size: 0px;
}

.about1_dl {
    display: inline-block;
    overflow: hidden;
}

.about1_dl dd {
    width: 265px;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 20px 0px;
}

.about1_dl .center {
    display: inline-block;
    overflow: hidden;
}

.about1Num {
    overflow: hidden;
}

.about1Num span {
    font-size: 48px;
    color: #23ac38;
    overflow: hidden;
}

.about1Num i {
    font-size: 16px;
    color: #999;
    padding-left: 10px;
}

.about1Name {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: left;
}

.developDeta {
    display: block;
    width: 600px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: -255px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.down .developDeta {
    top: 110px;
}

.up .developDeta {
    top: -170px;
}

.dd3 .developDeta {
    left: auto;
    right: 185px;
    text-align: right;
}
.left1{
    left: -37px!important;
}
.developIntr,
.developTit {

    opacity: 0;
}

.up .developTit,
.up .developIntr {
    transform: translateY(-20px);
}

.down .developTit,
.down .developIntr {
    transform: translateY(20px);
}

.show.down.active .developIntr {
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}

.show.up.active .developTit {
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about4_dl dd.active .developIntr,
.about4_dl dd.active .developTit {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    text-align: center;
}

.lineBox {
    width: 1920px;

    position: absolute;
    left: 50%;
    bottom: 53px;
    height: 500px;
    margin-left: -960px;
    z-index: 2;
    background: url(../images/line.png) no-repeat center top;
}

.lineBox:after {
    display: block;
    content: "";
    overflow: hidden;
}

.about4Slide .bt {
    display: none;
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: absolute;
}

.about4Slide .prev {
    left: -60px;
    top: 195px;
    background: url(../images/developprev.png) no-repeat center center;
}

.about4Slide .next {
    right: -60px;
    top: 93px;
    background: url(../images/developnext.png) no-repeat center center;
}


.bossBox {}

.bossLf .bt {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    border: 1px #fff solid;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.bossLf .prev {
    background: url(../images/up.png) no-repeat center center;
}

.bossLf .prev:hover {
    background-color: #ee9f07;
}

.bossLf .next {
    background: url(../images/down.png) no-repeat center center;
}

.bossLf .next:hover {
    background-color: #ee9f07;
}

.bossTex {
    height: 210px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
}

.bossLf {
    width: 630px;
    padding-bottom: 45px;
    text-align: left;
    padding-top: 50px;
    padding-left: 50px;
}

.bossTit {

    padding-bottom: 65px;
}

.coulmn2boss {
    margin-top: 133px;
    border: 1px #a6c1cf solid;
}

.bossTit .bossTitT1 {
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}

.bossTit .bossTitT2 {
    font-size: 18px;
    line-height: 24px;
    color: #ccc;
}

.bossTex .bossTexT1 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-indent: 2em;
    display: block;
}

.bossTex .bossTexT2 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-indent: 2em;
    display: block;
    padding-bottom: 30px;
}

.bossRf .bossRfImg img {
    width: 412px;
    height: 412px;
    border-radius: 206px;
}

.bossNam .bossNamT1 {
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    padding-right: 25px;
}

.bossNam .bossNamT2 {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
}

.bossRfImg {
    width: 412px;
    height: 100%;
    overflow: hidden;
}

.bossTexCon {
    position: relative;
    padding-right: 45px;

}

.bossRf {
    padding: 100px 70px 0 0;
}

.column2pagination {
    bottom: 70px !important;
}

/*第二通栏end*/
/*新闻中心end*/
.subBannerText {
    position: absolute;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-size: 14px;
}

.subBanner1 {
    height: 400px;
    position: relative;
    z-index: 0;

}

.subBanner2 {
    position: absolute;
    z-index: 5;
    top: 43%;
    left: 50%;
   
       
}

.subBanner2 span {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

.subBanner2 span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -17px;
    width: 33px;
    height: 2px;
    background-color: #fff;
}

/*第二通栏end*/
/*主页关于我们start*/

/*主页关于我们end*/
/*主营业务start*/
.column4box {
    position: relative;
    background: rgba(ff, ff, ff, 0.3);
    overflow: hidden;
}

.column4box:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.bisBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box3Bg,
.box3Bg .swiper-wrapper,
.box3Bg .swiper-slide {
    height: 100% !important;
    width: 100% !important;
}

.box3Bg {
    position: absolute !important;
    top: 0;
    left: 0;
}

.box3Bg .swiper-wrapper {
    transform: translate(1px) !important;
    /*解决swiper第一个不改变*/
    margin-left: -1px;
    left: 0 !important;
}

.box3Bg .swiper-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    transform: scale(1.3);
    transition: 1.5s ease-in-out;
}

.box3Bg .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    transform: scale(1);
}

.bisPhrase {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

.bisList {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.bisList .aboutBgLeft  .newsTit span:first-child{
    font-size: 30px!important;
    line-height: 60px!important; 
    color: #fff;
    text-transform: uppercase;
}
.bisListT1 {
    height: 100%;
    width: 100%;
}

.bisListT1 dd {
    float: left;
    display: inline;
    width: 33.3333%;
    height: 100%;
}

.bisListT1 dd .maxBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.bisListT1 dd a {
    display: block;
    height: 100%;
    *border-color: #fff;
    position: relative;
    border-radius: 5px;
    opacity: 0.8;
}

.bisListT1 dd a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bisListT1 .listBoxT1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
}

.bisListT1 .listBoxT1 .iconBox {
    height: 60px;
    width: 56px;
    margin: 0 auto;
}

.bisListT1 dd .listBoxT1 .txt1 {
    height: 40px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.bisListT1 dd .listBoxT1 .txt2 {
    height: 30px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}

.bisListT1 dd .listBoxT1 .txt2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    height: 2px;
    width: 40px;
    background: #fff;
}

.bisListT1 dd .listBoxT1 .txt3 {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 50px 30px 0px;
}

.bisListT1 .listBox {
    position: absolute;
    top: 0;
    left: 0;
    background: #1b1b1b;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=00);
    transform: scale(0.2);
    transition: 0.6s ease;
}

.bisListT1 dd .listBox .listImg {
    text-align: center;
    padding-top: 30px;
}

.bisListT1 .listTxt {
    padding: 20px;
}
.maxBoxImg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100%;
    width: 100%;
}
/*
.column4box .bisBox .bisList .ico11 {
    background: url(../images/column4_img1_06.png) no-repeat center center;
}

.column4box .bisBox .bisList .ico12 {
    background: url(../images/column4_img2_03.png) no-repeat center center;
}

.column4box .bisBox .bisList .ico13 {
    background: url(../images/column4_img3_03.png) no-repeat center center;
}
*/

.bisListT1 .listBox .listTit {
    color: #fff;
    font-size: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    height: 26px;
    padding: 8% 0 8% 0;
    text-align: center;
}

.bisListT1 .listBox .listInfr {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    padding: 20px 15px 0;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s linear;
    -webkit-box-orient: vertical;
    text-align: center;
}

.bisListT1 .listBox .listInfr:after {
    content: '';
    width: 30px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
}

.bisListT1 .listBox .more {
    width: 38px;
    height: 38px;
    margin: auto;
    background: url(../images/jia.png) center center no-repeat;
}

.bisListT1 dd:hover .listBox {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.bisListT1 dd:hover .listBoxT1 {
    transform: scale(0.2);
    opacity: 0;
    filter: alpha(opacity=0);
}

.listBoxT1 .table .tableCell {
    padding-bottom: 220px;
}

.bisListT1 dd:hover .listBox .listInfr {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.3s;
}

.swiper-wrapper {
    position: relative;
}

.box3BgMask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.6;
}

/*主营业务end*/
/*发展历程start*/

/*发展历程end*/
/*第四通栏start*/
.cloumn4 {
    overflow: hidden;
}

.column4Bottom {
    overflow: hidden;
}

.cloBox2 {
    overflow: hidden;
}

.cloBox2 dd {
    float: left;
    display: inline;
}

.clo1Banner1 {
    height: 40px;
    position: absolute;
    width: 580px;
    bottom: 0px;
    overflow: hidden;
}

.clo1Banner2 {
    width: 275px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.clo1Banner2 .bd1 {
    position: relative;
    height: 100%;
    z-index: 0;
}

.clo1Banner2 .bd1 li {
    zoom: 1;
    vertical-align: middle;
}

.clo1Banner2 .bd1 img {
    width: 275px;
    height: 180px;
    display: block;
}

/* 本例子css */
.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icocircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 20px;
    background-color: #fff;
    margin-right: -20px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    _display: inline;
    float: left;
    width: 25%;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li a {
    display: block;
    margin: 0 20px 0px 0px;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    position: relative;
    padding-top: 65.4545%;
    margin-bottom: 15px;
}

.picScroll-left .bd ul li .pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

/*第四通栏end*/
/*第五通栏start*/
.cloumn5Bottom {
    overflow: hidden;
}

.cloumn5imgText1 {
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 0px 20px;
}

.cloumn5imghover {
    width: 50%;
    float: left;
    display: inline;
    margin-bottom: 20px;
}

.cloumn5imghover .text .title {
    padding: 13px 0px;
}

.cloumn5imghover .text .title a {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.cloumn5imghover .text:hover a {
    color: #fff;
}

.cloumn5imghover .text:hover .textC {
    color: #fff;
}

.cloumn5imghover .text .textC {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    padding: 0px 10px 18px 0px;
}

.cloumn5imghover .text {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    height: 180px;
}

.cloumn5imghover .text:hover {
    background: #0074c3;
    transition: 0.6s linear;
}

.cloumn5imghover .text1 img {
    width: 275px;
    height: 180px;
}

.cloumn5imgText2 {
    background-color: #f5f5f5;
    margin-right: 20px;
}

/*第五通栏end*/
/*第六通栏start*/
.column6Bottom {
    background-color: #fff;
    padding: 20px 0px 10px 0px;
}

.column6Bottom1 {
    overflow: hidden;
    margin-right: -20px;
    padding: 0px 20px;
}

.column6Bottom1 dd {
    float: left;
    overflow: hidden;
    width: 33.3333%;
    display: inline;
}

.column6Bottom1 .con {
    overflow: hidden;
}

.column6Bottom1 dd .pic {
    position: relative;
    overflow: hidden;
}

.column6Bottom1 dd .pic:before {
    display: block;
    content: '';
    padding-top: 65.2014%;
}

.column6Bottom1 dd .con1 img {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.column6Bottom1 dd .text1 {
    padding: 20px 0px 35px 0px;
    overflow: hidden;
    text-align: center;
}

.column6Bottom1 dd .text1 span {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

/*第六通栏end*/

/*新闻动态 end*/
/*联系我们start*/

/*联系我们end*/
/*友情链接start*/
.links {
    overflow: hidden;
    padding-top: 45px;
    height: 100%;
}

.formC {
    background: #fff;
    width: 234px;
}

.linkL scaleBox.linkT1 {
    font-size: 14px;
    line-height: 26px;
    color: #e5e5e5;
}

.linkT span {
    font-size: 16px;
    line-height: 28px;
    color: #c7c7c7;
    display: block;
}

.linkTPic {
    color: #fff !important;
    padding-bottom: 22px;
}

.linkT .linkTPic1 {
    background: url(../images/pic3.png) no-repeat left center;
    padding-left: 45px;
    padding-bottom: 10px;
}

.linkT .linkTPic2 {
    background: url(../images/pic4.png) no-repeat left center;
    padding-left: 45px;
    padding-bottom: 10px;
}

.linkT .linkTPic3 {
    background: url(../images/pic5.png) no-repeat left center;
    padding-left: 45px;
    padding-bottom: 10px;
}

.linkT {
    padding-top: 65px;
    overflow: hidden;
}

.linkT span i {
    font-size: 24px;
    line-height: 28px;
    color: #50ab07;
    font-style: normal;
}

.linkL .con {
    padding-top: 15px;
}

.zpformSel {
    height: 33px;
    position: relative;
    padding-right: 33px;
}

.zpformSel .seljg {
    padding-left: 10px;
    line-height: 33px;
    font-size: 14px;
    cursor: pointer;
    color: #666;
}

.zpformSel i {
    display: block;
    width: 33px;
    height: 33px;
    background: url(../images/delta.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-color: #fff;
}

.zpformSel .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dedede;
    border-top: none;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 34px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.zpformSel:hover .selTj {
    display: block
}

.zpformSel .selTj a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.zpformSel .selTj a:hover {
    background: #1a83e0;
    color: #FFF;
}

.zpformSel .selTj a.hover {
    background: #1a83e0;
    color: #FFF;
}

.recruitForm {
    margin-right: -34px;
    font-size: 14px;
    color: #333333;
}

.recruitForm dd {
    float: left;
    display: inline;
    padding: 10px 10px 0px 35px;
    width: 223px;
    text-align: center;
}

.recruitForm dd .subtitle {
    height: 38px;
    line-height: 38px;
    color: #da0100;
    font-size: 16px;
    font-weight: bold;
}

.recruitForm dd .title {
    height: 38px;
    line-height: 38px;
}

.recruitForm dd .title span {
    color: #da0100;
}

.recruitForm dd .formC {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.recruitForm dd .formC.np {
    padding: 0px;
}

.recruitForm dd input {
    display: block;
    height: 38px;
    line-height: 38px;
    border: none;
    background: none;
}

.recruitForm dd input.input1 {
    width: 100%;
}

.recruitForm dd textarea {
    display: block;
    width: 100%;
    padding: 6px 0;
    line-height: 25px;
    height: 25px;
    border: none;
    background: none;
}

/*友情链接end*/
/* fullPage start */
.fp-tableCell {
    position: relative;
    overflow: hidden;
}

.section {
    height: 0px;
    overflow: hidden;
    background: #fff;
}

#fullpage {
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
    transition-delay: 0.4s !important;
}

.floLeftBox {
    position: fixed;
    top: 50%;
    right: 30px;
    height: 150px;
    overflow: hidden;
    transform: translateY(-50%);
    margin-top: -75px9;
    z-index: 9;
}

.floLeft {
    position: relative;
    transition: 0.4s ease;
}

.floLeft dd {
    height: 30px;
    position: relative;
    transition: 0.4s ease;
    cursor: pointer;
}

.floLeft i {
    float: right;
    width: 50px;
    height: 30px;
    position: relative;
}

.floLeft i:after {
    content: '';
    border-top: 1px solid #fff;
    width: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.4s ease;
}

.floLeft dd:hover i:after {
    width: 100%;
}

.floLeft.hover i:after {
    border-color: #999;
}

.floLeft span {
    float: left;
    position: relative;
    top: 0;
    width: 60px;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
}

.floLeft.hover span {
    color: #666;
}

.floLeft dd.active i:after {
    width: 100%;
}

.floLeft dd.active span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.floRight {
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    margin-top: -80px;
}



.pageNum {
    padding-top: 50px;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    height: 20px;
}

.pageNum:after {
    content: '';
    border-left: 1px solid #d1d1d1;
    position: absolute;
    bottom: 30px;
    height: 40px;
    left: 50%;
}

.pageNum em {
    font-size: 20px;
}

.pageNum span {
    font-size: 14px;
}

.floRight.hover #fp-nav li.active a {
    border-color: #888;
}

.floRight.hover #fp-nav li:after {
    background: #888;
}

.floRight.hover .pageNum {
    color: #666;
}

/* fullPage end */
/*底部开始*/

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/


/*pageLeft end*/
/*内页外结构结束*/
/*当前位置开始*/

/*当前位置结束*/
/*页码开始*/
.page {
    padding: 30px 0;
    text-align: center;
    clear: both;
    font-size: 14px;
}

.page a {
    display: inline-block;
    overflow: hidden;
    color: #999999;
    margin: 0 3px;
    width: 39px;
    height: 39px;
    border-radius: 100%;
}
.page a span{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.page span {
    display: inline-block;
    padding: 6px 2px;
    position: relative;
    top: -15px;
}

.page a:hover {
    background-color: #00ad69 !important;
    color: #fff;
}

.page a.hover {
    background: #00ad69;
    color: #fff;
}

.nextPage {
    background-color: #fff;
}

.lastPage {
    background-color: #fff;
}

.page input {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    border: 1px solid #e6e6e6;
    position: relative;
    top: -2px;
}

.page input.pageDetail {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #999999;
    position: relative;
    top: -13px;
}

.page label {
    color: #999999;
    position: relative;
    top: -11px;
}

.page input.page_bnt {
    border: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: none;
    color: #999999;
    position: relative;
    top: -13px;
}

.page a div {
    height: 39px;
    background-position: center center;
    background-repeat: no-repeat;
}

.firstPage {
    background-color: #fff !important;
    background: url(../images/firstpage.png) no-repeat center center;
}

.prevPage {
    background-color: #fff !important;
    background: url(../images/prevpageh.png) no-repeat center center;
}

.page a.nextPage div {
    background-image: url(../images/nextpage.png)
}

.page a.lastPage div {
    background-image: url(../images/lastpage.png)
}


.page a.prevPage  :hover div{
    background: url(../images/firstpageh.png) no-repeat center center !important;
}

.page a.prevPage.disabled:hover div {
    background: url(../images/prevpage.png) no-repeat center center;

}
.page a.firstPage.disabled:hover div{
    background: url(../images/firstpageh.png) no-repeat center center;
}
.page a.lastPage:hover div {
    background: url(../images/lastpageh.png) no-repeat center center;

}
.page a.prevPage:hover div {
    background: url(../images/prevpage.png) no-repeat center center;

}
.page a.nextPage:hover div {
    background-image: url(../images/nextpageh.png)
}

.page a.firstPage.disabled {
    background: #fff;
}

.page a.prevPage.disabled {
    background: #fff;
}

.page a.nextPage.disabled {
    background: #fff;
}

.page a.lastPage.disabled {
    background: #fff;
}
.page a.prevPage:hover div{
    background: url(../images/prevpage.png) no-repeat center center;
}
.page a.firstPage.disabled div {
    background-image: url(../images/firstpage.png)
}

.page a.prevPage.disabled div {
    background-image: url(../images/prevpageh.png)
}

.page a.nextPage.disabled div {
    background-image: url(../images/nextpage.png)
}

.page a.lastPage.disabled div {
    background-image: url(../images/lastpage.png)
}

/*页码结束*/
/*****响应式布局******/
@media only screen and (max-width:1870px) {
    .footer .footer1 .footerLF dl {
        padding-right: 100px;
    }
    .footer .footer1 .footerLF dl dd {
        margin-right: 100px;
    }
}
@media only screen and (max-width:1745px) {
    .footer .footer1 .footerLF dl {
        padding-right: 0px;
    }
    .footer .footer1 .footerLF dl dd {
        margin-right: 55px;
    }
}
@media only screen and (max-width:1655px) {
    .menuDl dd span a {
        padding: 0 10px
    }
    
}
@media only screen and (max-width:1615px) {
    .footer .footer1 .footerLF dl dd {
        margin-right: 30px;
    }
     .aboutText .aboutText1sp1{
        width: 460px;
    }
    .aboutText1 {
        padding-left: 0px;
    }
    .aboutText2{
            padding-left: 0px;
    }
    .aboutBgLeft {
            padding-right: 75px;
    }
    .newsListBox .listBox{
        padding-top: 20px;
    }
    .newsList1 .listBox .listMore{
        padding-top: 0px
    }
    .newsListBox:hover .listBox{
        top: 290px;
    }
     .pro_line ul .pro_line1{
       top: 85px;
    }
    .pro_line ul .pro_line2{
        top: 95px;
    }
    .coopRightB .coopRightBdl dt .con .pic{
            height: 400px;
    }
    .panorama1Right {
        right: 0%;
    }
    .coopRight1{
            width: 80%;
    }
    .coopRightB .coopRightBdl dd .con .pic{
            height: 110px;
    }
    .aboutText2 dl dd .MessT1{
    }
    .footerEwm{
        padding-top: 72px;
    }
    .linkT{
        padding-top: 72px;
        width: 400px;
    }
   
}

@media only screen and (max-width:1500px) {
    .menuDl dd span a {
        padding: 0 5px
    }
}

@media only screen and (max-width:1457px) {
    .footer .footer1 .footerLF dl dd {
        margin-right: 10px;
    }
    .menuDl {
        padding-right: 10px
    }
    .footer .footer1 .footerLF dl dd {
        margin-right: 40px;
    }
    .aboutTextImg{
        transform: scale(0.8);
    }
}

@media only screen and (max-width:1400px) {
    .footer .footer1 .footerLF dl dd {
        margin-right: 20px;
    }
    .aboutText .aboutText1sp1{
        width: 460px;
    }
    .aboutText1 {
        padding-left: 0px;
    }
    .aboutText2{
            padding-left: 0px;
    }
    .panorama1Right {right: 0px;}
    .aboutBgLeft {
        padding-right:70px;
    }
    .subBanner2{
        margin-left: -30px;
    }
    .newsListBox .listBox{
        padding-top: 20px;
    }
    .newsList1 .listBox .listMore{
        padding-top: 0px
    }
    .newsListBox:hover .listBox{
        top: 290px;
    }
    .pro_line ul .pro_line1{
       top: 70px;
    }
    .pro_line ul .pro_line2{
        top: 97px;
    }
    .coopRightB .coopRightBdl dt .con .pic{
        height: 230px;
    }
    .coopRight1{
        width: 95%;
    }
    .coopRightB .coopRightBdl dd .con .pic{
            height: 110px;
    }
    .aboutText2 dl dd .MessT1{
            font-size: 30px;
    }
    .footerEwm{
        padding-top: 72px;
    }
    .linkT{
        padding-top: 72px;
        width: 400px;
    }
    .panorama1 .collBox{
        height: 350px;
    }
}
@media only screen and (max-width:1387px) {
    .logo {
        margin-left: 5px;
    }
    .menuDl {
        padding-right: 5px
    }
}
@media only screen and (max-width:1366px) {
    .logo {
        margin-left: 5px;
    }
    .menuDl {
        padding-right: 5px
    }
 
    .aboutText .aboutText1sp1{
        width: 460px;
    }
    .aboutText1 {
        padding-left: 0px;
    }
    .aboutText2{
            padding-left: 0px;
    }
    .aboutBgLeft {
        padding-right:0px;
    }
    .newsListBox .listBox{
        padding-top: 20px;
    }
    .newsList1 .listBox .listMore{
        padding-top: 0px
    }
    .newsListBox:hover .listBox{
        top: 290px;
    }
    .pro_line ul .pro_line1{
        top: 77px;
    }
    .pro_line ul .pro_line2{
        top: 97px;
    }
    .coopRightB .coopRightBdl dt .con .pic{
        height: 230px;
    }
    .coopRight1{
        width: 95%;
    }
    .coopRightB .coopRightBdl dd .con .pic{
            height: 110px;
    }
    .aboutText2 dl dd .MessT1{
            
    }
    .pro_line{
        bottom: 160px;
    }
    .basedT1{
        top: 13%;
    }
    .footerEwm{
        padding-top: 72px;
    }
    .linkT{
        padding-top: 72px;
    }
}

@media only screen and (max-width:1325px) {
    .logo img {
        width: 430px;
    }
    .menuDl {
        padding-right: 0px
    }
}
@media only screen and (max-height:850px) {
    .aboutImg {
        padding-top: 12%;
    }
}
@media only screen and (max-height:800px) {
    .aboutImg {
        padding-top: 5%;
    }
}
/*内页框架结束*/
